home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFE6__
/
PROTO
/
P
/
PUTILS_L.H
< prev
next >
Wrap
Text File
|
1991-08-16
|
815b
|
26 lines
/* PUtils_Life6 Utilities
File name: PUtils_Life6.h
Function: Utilities for the Prototyper specific code.
History: 8/16/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* See if a trap is available */
Boolean TrapAvailable (short trapNumber, short tType);
/* See if any user events are available */
void GetUserEvent(UserEventPRec TheUserEvent);
/* Add a user event */
void Add_UserEvent(short ID, short ID2, long Data1, long Data2, Handle theHandle);
/* Setup a dialog or alert item */
void SetupTheItem (DialogPtr theDialog, short ItemID, Boolean SizeIt, Boolean ShowIt, Boolean EnableIt, Boolean SetTheMax,
Rect * thePosition , long ExtraData , short StringID );
/* ======================================================= */